home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / mlib2.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  4.0 KB  |  85 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : Math Library
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : Court@MITRE.ARPA (Major Terry Courtwright)
  6. -- AUTHOR            : WIS JPMO
  7. --                   : Washington, D.C. 203306600
  8. --                   : (703) 285-5065
  9. --                   : Contact: Lt. Colonel Falgiano
  10. --                   : ESD/SCW
  11. --                   : Hanscom AFB, MA  01731
  12. -- COPYRIGHT         : (c) 1985
  13. -- DATE CREATED      : 1985
  14. -- DATE RELEASED     : 1985
  15. -- DATE LAST UPDATED : 1985
  16. -- LOCATION          : C2MUG
  17. -- LOCATION          : ASR
  18. -- ENVIRONMENT       : 
  19. --= CLASSIFICATION       ===============================================--
  20. -- CATEGORY LEVEL 1  : MATH
  21. -- CATEGORY LEVEL 2  : Library
  22. -- CATEGORY LEVEL 3  : Trig/Exponential 2
  23. -- CATEGORY LEVEL 4  : 
  24. -- KEYWORD           : 
  25. -- INDEX             : Math
  26. -- INDEX             : Math Functions
  27. -- INDEX             : Functions, Math
  28. -- TAXONOMY          : 
  29. -- DEPENDENCIES      : 
  30. -- SEE ALSO          : WIS_TOOL_33
  31. --= FILE LISTING         ===============================================--
  32. -- FILE SPECS        : PD:<ADA.MATH>MLIB2.*
  33. -- DIRECTORY DISPLAY :
  34. -- Directory   PD:<ADA.MATH>
  35. --      File Name     Byte Count  Line Count
  36. --   ---------------  ----------  ----------
  37. --   MLIB2.CMM              1212          41
  38. --   MLIB2.PRO              4574          91
  39. --   MLIB2.SRC             47299        1645
  40. --   ===============  ==========  ==========
  41. --     3 Files             53085        1777
  42. --= ABSTRACT             ===============================================--
  43. --         This  package  is  a  floating mantissa definition of a binary
  44. -- FLOAT.  It was first used on the DEC-10 and the VAX  but  should  work
  45. -- for  any  since  the  parameters are obtained by initial sizing on the
  46. -- actual hardware.  Otherwise the parameters could be set in the spec if
  47. -- known.   This  is a preliminary package that defines the properties of
  48. -- the particular floating point type for  which  we  generate  the  math
  49. -- routines.
  50. -- 
  51. --         The constants are those required by the routines described  in
  52. -- "Software Manual for the Elementary Functions" W.  Cody and W.  Waite,
  53. -- Prentice-Hall 1980.  Actually  most  are  needed  only  for  the  test
  54. -- programs rather than the functions themselves.  Most of these could be
  55. -- in the form of attributes if all the floating types to  be  considered
  56. -- were  those  built  into  the compiler, but we also want to be able to
  57. -- support user defined types such as software floating types of  greater
  58. -- precision  than  the hardware affords, or types defined on one machine
  59. -- to simulate another.
  60. --= REVISION HISTORY     ===============================================--
  61. --
  62. -- DATE         VERSION AUTHOR                  HISTORY 
  63. --10/8/85       1.0     WIS JPMO                Initial Release 
  64. --= RELEASE NOTICE       ===============================================--
  65. -- This prologue must be included in all copies of this software.
  66. -- 
  67. -- This software is copyright by the author.
  68. -- 
  69. -- This software is released to the Ada community.
  70. -- This software is released to the Public Domain (note:
  71. --   software released to the Public Domain is not subject
  72. --   to copyright protection).
  73. -- Restrictions on use or distribution:  NONE
  74. --= DISCLAIMER           ===============================================--
  75. --     This software and its documentation are provided "AS IS" and
  76. -- without any expressed or implied warranties whatsoever.  No warranties
  77. -- as to performance, merchantability, or fitness for a particular
  78. -- purpose exist.
  79. --     The user is advised to test the software thoroughly before
  80. -- relying on it.  The user must assume the entire risk and liability of
  81. -- using this software.  In no event shall any person or organization of
  82. -- people be held responsible for any direct, indirect, consequential or
  83. -- inconsequential damages or lost profits.
  84. --======================================================================--
  85.